fetch( https://api.weatherapi.com/v1/current.json?key=e87ff57f979c4616a9b160742221106&q=${City}&aqi=no ) .then(response => { return response.json(); }).then(( datos) => { consola.log(datos); })